<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELATORIO%20J_arquivos/estilo.css">
<link rel="stylesheet" href="RELATORIO%20J_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELATORIO%20J_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELATORIO%20J_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELATORIO%20J_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELATORIO%20J_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELATORIO%20J_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | J - 1 Perodo - 07/05/2012 - 13/08/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="1" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="43" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96452" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="1 Perodo - 07/05/2012 - 13/08/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;382415&nbsp;ADRIELLY DE CASTRO FURTADO
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="382415" type="hidden"></td>
            
            <td id="colunaNotaAluno_382415_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_154" id="ci_AlunoAvaliacao_382415_154" value="79051684" type="hidden">
                <input name="nr_Nota_382415_154" id="nr_Nota_382415_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_160" id="ci_AlunoAvaliacao_382415_160" value="79048896" type="hidden">
                <input name="nr_Nota_382415_160" id="nr_Nota_382415_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_530" id="ci_AlunoAvaliacao_382415_530" value="79053072" type="hidden">
                <input name="nr_Nota_382415_530" id="nr_Nota_382415_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_780" id="ci_AlunoAvaliacao_382415_780" value="79323929" type="hidden">
                <input name="nr_Nota_382415_780" id="nr_Nota_382415_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_800" id="ci_AlunoAvaliacao_382415_800" value="79050064" type="hidden">
                <input name="nr_Nota_382415_800" id="nr_Nota_382415_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_890" id="ci_AlunoAvaliacao_382415_890" value="87707436" type="hidden">
                <input name="nr_Nota_382415_890" id="nr_Nota_382415_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_970" id="ci_AlunoAvaliacao_382415_970" value="79046832" type="hidden">
                <input name="nr_Nota_382415_970" id="nr_Nota_382415_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_3330" id="ci_AlunoAvaliacao_382415_3330" value="79050642" type="hidden">
                <input name="nr_Nota_382415_3330" id="nr_Nota_382415_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1130" id="ci_AlunoAvaliacao_382415_1130" value="79049562" type="hidden">
                <input name="nr_Nota_382415_1130" id="nr_Nota_382415_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1140" id="ci_AlunoAvaliacao_382415_1140" value="79052913" type="hidden">
                <input name="nr_Nota_382415_1140" id="nr_Nota_382415_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1200" id="ci_AlunoAvaliacao_382415_1200" value="99817640" type="hidden">
                <input name="nr_Nota_382415_1200" id="nr_Nota_382415_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1620" id="ci_AlunoAvaliacao_382415_1620" value="79048281" type="hidden">
                <input name="nr_Nota_382415_1620" id="nr_Nota_382415_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_382415_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_382415_1730" id="ci_AlunoAvaliacao_382415_1730" value="77745683" type="hidden">
                <input name="nr_Nota_382415_1730" id="nr_Nota_382415_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1703721&nbsp;ADRIELLY RIBEIRO SOUSA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1703721" type="hidden"></td>
            
            <td id="colunaNotaAluno_1703721_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_154" id="ci_AlunoAvaliacao_1703721_154" value="79051685" type="hidden">
                <input name="nr_Nota_1703721_154" id="nr_Nota_1703721_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_160" id="ci_AlunoAvaliacao_1703721_160" value="79048897" type="hidden">
                <input name="nr_Nota_1703721_160" id="nr_Nota_1703721_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_530" id="ci_AlunoAvaliacao_1703721_530" value="79053073" type="hidden">
                <input name="nr_Nota_1703721_530" id="nr_Nota_1703721_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_780" id="ci_AlunoAvaliacao_1703721_780" value="79323930" type="hidden">
                <input name="nr_Nota_1703721_780" id="nr_Nota_1703721_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_800" id="ci_AlunoAvaliacao_1703721_800" value="79050065" type="hidden">
                <input name="nr_Nota_1703721_800" id="nr_Nota_1703721_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_890" id="ci_AlunoAvaliacao_1703721_890" value="87707437" type="hidden">
                <input name="nr_Nota_1703721_890" id="nr_Nota_1703721_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_970" id="ci_AlunoAvaliacao_1703721_970" value="79046833" type="hidden">
                <input name="nr_Nota_1703721_970" id="nr_Nota_1703721_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_3330" id="ci_AlunoAvaliacao_1703721_3330" value="79050643" type="hidden">
                <input name="nr_Nota_1703721_3330" id="nr_Nota_1703721_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1130" id="ci_AlunoAvaliacao_1703721_1130" value="79049563" type="hidden">
                <input name="nr_Nota_1703721_1130" id="nr_Nota_1703721_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1140" id="ci_AlunoAvaliacao_1703721_1140" value="79052914" type="hidden">
                <input name="nr_Nota_1703721_1140" id="nr_Nota_1703721_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1200" id="ci_AlunoAvaliacao_1703721_1200" value="99817641" type="hidden">
                <input name="nr_Nota_1703721_1200" id="nr_Nota_1703721_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1620" id="ci_AlunoAvaliacao_1703721_1620" value="79048282" type="hidden">
                <input name="nr_Nota_1703721_1620" id="nr_Nota_1703721_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1703721_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1703721_1730" id="ci_AlunoAvaliacao_1703721_1730" value="77745684" type="hidden">
                <input name="nr_Nota_1703721_1730" id="nr_Nota_1703721_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903430&nbsp;ALINE ALVES RODRIGUES
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="903430" type="hidden"></td>
            
            <td id="colunaNotaAluno_903430_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_154" id="ci_AlunoAvaliacao_903430_154" value="79051686" type="hidden">
                <input name="nr_Nota_903430_154" id="nr_Nota_903430_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_160" id="ci_AlunoAvaliacao_903430_160" value="79048898" type="hidden">
                <input name="nr_Nota_903430_160" id="nr_Nota_903430_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_530" id="ci_AlunoAvaliacao_903430_530" value="79053074" type="hidden">
                <input name="nr_Nota_903430_530" id="nr_Nota_903430_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_780" id="ci_AlunoAvaliacao_903430_780" value="79323931" type="hidden">
                <input name="nr_Nota_903430_780" id="nr_Nota_903430_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_800" id="ci_AlunoAvaliacao_903430_800" value="79050066" type="hidden">
                <input name="nr_Nota_903430_800" id="nr_Nota_903430_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_890" id="ci_AlunoAvaliacao_903430_890" value="87707438" type="hidden">
                <input name="nr_Nota_903430_890" id="nr_Nota_903430_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_970" id="ci_AlunoAvaliacao_903430_970" value="79046834" type="hidden">
                <input name="nr_Nota_903430_970" id="nr_Nota_903430_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_3330" id="ci_AlunoAvaliacao_903430_3330" value="79050644" type="hidden">
                <input name="nr_Nota_903430_3330" id="nr_Nota_903430_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1130" id="ci_AlunoAvaliacao_903430_1130" value="79049564" type="hidden">
                <input name="nr_Nota_903430_1130" id="nr_Nota_903430_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1140" id="ci_AlunoAvaliacao_903430_1140" value="79052915" type="hidden">
                <input name="nr_Nota_903430_1140" id="nr_Nota_903430_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1200" id="ci_AlunoAvaliacao_903430_1200" value="99817642" type="hidden">
                <input name="nr_Nota_903430_1200" id="nr_Nota_903430_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1620" id="ci_AlunoAvaliacao_903430_1620" value="79048283" type="hidden">
                <input name="nr_Nota_903430_1620" id="nr_Nota_903430_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903430_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903430_1730" id="ci_AlunoAvaliacao_903430_1730" value="77745685" type="hidden">
                <input name="nr_Nota_903430_1730" id="nr_Nota_903430_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;905467&nbsp;AMANDA CECILIA MENDONCA DE LACERDA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="905467" type="hidden"></td>
            
            <td id="colunaNotaAluno_905467_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_154" id="ci_AlunoAvaliacao_905467_154" value="79051687" type="hidden">
                <input name="nr_Nota_905467_154" id="nr_Nota_905467_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_160" id="ci_AlunoAvaliacao_905467_160" value="79048899" type="hidden">
                <input name="nr_Nota_905467_160" id="nr_Nota_905467_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_530" id="ci_AlunoAvaliacao_905467_530" value="79053075" type="hidden">
                <input name="nr_Nota_905467_530" id="nr_Nota_905467_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_780" id="ci_AlunoAvaliacao_905467_780" value="79323932" type="hidden">
                <input name="nr_Nota_905467_780" id="nr_Nota_905467_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_800" id="ci_AlunoAvaliacao_905467_800" value="79050067" type="hidden">
                <input name="nr_Nota_905467_800" id="nr_Nota_905467_800" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_890" id="ci_AlunoAvaliacao_905467_890" value="87707439" type="hidden">
                <input name="nr_Nota_905467_890" id="nr_Nota_905467_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_970" id="ci_AlunoAvaliacao_905467_970" value="79046835" type="hidden">
                <input name="nr_Nota_905467_970" id="nr_Nota_905467_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_3330" id="ci_AlunoAvaliacao_905467_3330" value="79050645" type="hidden">
                <input name="nr_Nota_905467_3330" id="nr_Nota_905467_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1130" id="ci_AlunoAvaliacao_905467_1130" value="79049565" type="hidden">
                <input name="nr_Nota_905467_1130" id="nr_Nota_905467_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1140" id="ci_AlunoAvaliacao_905467_1140" value="79052916" type="hidden">
                <input name="nr_Nota_905467_1140" id="nr_Nota_905467_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1200" id="ci_AlunoAvaliacao_905467_1200" value="99817643" type="hidden">
                <input name="nr_Nota_905467_1200" id="nr_Nota_905467_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1620" id="ci_AlunoAvaliacao_905467_1620" value="79048284" type="hidden">
                <input name="nr_Nota_905467_1620" id="nr_Nota_905467_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905467_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905467_1730" id="ci_AlunoAvaliacao_905467_1730" value="77745686" type="hidden">
                <input name="nr_Nota_905467_1730" id="nr_Nota_905467_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;903720&nbsp;ANA KARLA DE ARAUJO BARBOSA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="903720" type="hidden"></td>
            
            <td id="colunaNotaAluno_903720_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_154" id="ci_AlunoAvaliacao_903720_154" value="79051688" type="hidden">
                <input name="nr_Nota_903720_154" id="nr_Nota_903720_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_160" id="ci_AlunoAvaliacao_903720_160" value="79048900" type="hidden">
                <input name="nr_Nota_903720_160" id="nr_Nota_903720_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_530" id="ci_AlunoAvaliacao_903720_530" value="79053076" type="hidden">
                <input name="nr_Nota_903720_530" id="nr_Nota_903720_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_780" id="ci_AlunoAvaliacao_903720_780" value="79323933" type="hidden">
                <input name="nr_Nota_903720_780" id="nr_Nota_903720_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_800" id="ci_AlunoAvaliacao_903720_800" value="79050068" type="hidden">
                <input name="nr_Nota_903720_800" id="nr_Nota_903720_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_890" id="ci_AlunoAvaliacao_903720_890" value="87707440" type="hidden">
                <input name="nr_Nota_903720_890" id="nr_Nota_903720_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_970" id="ci_AlunoAvaliacao_903720_970" value="79046836" type="hidden">
                <input name="nr_Nota_903720_970" id="nr_Nota_903720_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_3330" id="ci_AlunoAvaliacao_903720_3330" value="79050646" type="hidden">
                <input name="nr_Nota_903720_3330" id="nr_Nota_903720_3330" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1130" id="ci_AlunoAvaliacao_903720_1130" value="79049566" type="hidden">
                <input name="nr_Nota_903720_1130" id="nr_Nota_903720_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1140" id="ci_AlunoAvaliacao_903720_1140" value="79052917" type="hidden">
                <input name="nr_Nota_903720_1140" id="nr_Nota_903720_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1200" id="ci_AlunoAvaliacao_903720_1200" value="99817644" type="hidden">
                <input name="nr_Nota_903720_1200" id="nr_Nota_903720_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1620" id="ci_AlunoAvaliacao_903720_1620" value="79048285" type="hidden">
                <input name="nr_Nota_903720_1620" id="nr_Nota_903720_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903720_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903720_1730" id="ci_AlunoAvaliacao_903720_1730" value="77745687" type="hidden">
                <input name="nr_Nota_903720_1730" id="nr_Nota_903720_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2400228&nbsp;ANA PAULA BRITO PEREIRA ALVES
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="2400228" type="hidden"></td>
            
            <td id="colunaNotaAluno_2400228_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_154" id="ci_AlunoAvaliacao_2400228_154" value="79051689" type="hidden">
                <input name="nr_Nota_2400228_154" id="nr_Nota_2400228_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_160" id="ci_AlunoAvaliacao_2400228_160" value="79048901" type="hidden">
                <input name="nr_Nota_2400228_160" id="nr_Nota_2400228_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_530" id="ci_AlunoAvaliacao_2400228_530" value="79053077" type="hidden">
                <input name="nr_Nota_2400228_530" id="nr_Nota_2400228_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_780" id="ci_AlunoAvaliacao_2400228_780" value="79323934" type="hidden">
                <input name="nr_Nota_2400228_780" id="nr_Nota_2400228_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_800" id="ci_AlunoAvaliacao_2400228_800" value="79050069" type="hidden">
                <input name="nr_Nota_2400228_800" id="nr_Nota_2400228_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_890" id="ci_AlunoAvaliacao_2400228_890" value="87707441" type="hidden">
                <input name="nr_Nota_2400228_890" id="nr_Nota_2400228_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_970" id="ci_AlunoAvaliacao_2400228_970" value="79046837" type="hidden">
                <input name="nr_Nota_2400228_970" id="nr_Nota_2400228_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_3330" id="ci_AlunoAvaliacao_2400228_3330" value="79050647" type="hidden">
                <input name="nr_Nota_2400228_3330" id="nr_Nota_2400228_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1130" id="ci_AlunoAvaliacao_2400228_1130" value="79049567" type="hidden">
                <input name="nr_Nota_2400228_1130" id="nr_Nota_2400228_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1140" id="ci_AlunoAvaliacao_2400228_1140" value="79052918" type="hidden">
                <input name="nr_Nota_2400228_1140" id="nr_Nota_2400228_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1200" id="ci_AlunoAvaliacao_2400228_1200" value="99817645" type="hidden">
                <input name="nr_Nota_2400228_1200" id="nr_Nota_2400228_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1620" id="ci_AlunoAvaliacao_2400228_1620" value="79048286" type="hidden">
                <input name="nr_Nota_2400228_1620" id="nr_Nota_2400228_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2400228_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2400228_1730" id="ci_AlunoAvaliacao_2400228_1730" value="77745688" type="hidden">
                <input name="nr_Nota_2400228_1730" id="nr_Nota_2400228_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1677517&nbsp;ANDRESSA COSTA PRAXEDES
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1677517" type="hidden"></td>
            
            <td id="colunaNotaAluno_1677517_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_154" id="ci_AlunoAvaliacao_1677517_154" value="79051691" type="hidden">
                <input name="nr_Nota_1677517_154" id="nr_Nota_1677517_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_160" id="ci_AlunoAvaliacao_1677517_160" value="79048903" type="hidden">
                <input name="nr_Nota_1677517_160" id="nr_Nota_1677517_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_530" id="ci_AlunoAvaliacao_1677517_530" value="79053079" type="hidden">
                <input name="nr_Nota_1677517_530" id="nr_Nota_1677517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_780" id="ci_AlunoAvaliacao_1677517_780" value="79323936" type="hidden">
                <input name="nr_Nota_1677517_780" id="nr_Nota_1677517_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_800" id="ci_AlunoAvaliacao_1677517_800" value="79050071" type="hidden">
                <input name="nr_Nota_1677517_800" id="nr_Nota_1677517_800" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_890" id="ci_AlunoAvaliacao_1677517_890" value="87707442" type="hidden">
                <input name="nr_Nota_1677517_890" id="nr_Nota_1677517_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_970" id="ci_AlunoAvaliacao_1677517_970" value="79046839" type="hidden">
                <input name="nr_Nota_1677517_970" id="nr_Nota_1677517_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_3330" id="ci_AlunoAvaliacao_1677517_3330" value="79050649" type="hidden">
                <input name="nr_Nota_1677517_3330" id="nr_Nota_1677517_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1130" id="ci_AlunoAvaliacao_1677517_1130" value="79049569" type="hidden">
                <input name="nr_Nota_1677517_1130" id="nr_Nota_1677517_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1140" id="ci_AlunoAvaliacao_1677517_1140" value="79052920" type="hidden">
                <input name="nr_Nota_1677517_1140" id="nr_Nota_1677517_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1200" id="ci_AlunoAvaliacao_1677517_1200" value="99447588" type="hidden">
                <input name="nr_Nota_1677517_1200" id="nr_Nota_1677517_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1620" id="ci_AlunoAvaliacao_1677517_1620" value="79048288" type="hidden">
                <input name="nr_Nota_1677517_1620" id="nr_Nota_1677517_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1677517_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1677517_1730" id="ci_AlunoAvaliacao_1677517_1730" value="77745690" type="hidden">
                <input name="nr_Nota_1677517_1730" id="nr_Nota_1677517_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;658007&nbsp;ANDREZA FEITOSA DOS SANTOS
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="658007" type="hidden"></td>
            
            <td id="colunaNotaAluno_658007_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_154" id="ci_AlunoAvaliacao_658007_154" value="79051692" type="hidden">
                <input name="nr_Nota_658007_154" id="nr_Nota_658007_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_160" id="ci_AlunoAvaliacao_658007_160" value="79048904" type="hidden">
                <input name="nr_Nota_658007_160" id="nr_Nota_658007_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_530" id="ci_AlunoAvaliacao_658007_530" value="79053080" type="hidden">
                <input name="nr_Nota_658007_530" id="nr_Nota_658007_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_780" id="ci_AlunoAvaliacao_658007_780" value="79323937" type="hidden">
                <input name="nr_Nota_658007_780" id="nr_Nota_658007_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_800" id="ci_AlunoAvaliacao_658007_800" value="79050072" type="hidden">
                <input name="nr_Nota_658007_800" id="nr_Nota_658007_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_890" id="ci_AlunoAvaliacao_658007_890" value="87707443" type="hidden">
                <input name="nr_Nota_658007_890" id="nr_Nota_658007_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_970" id="ci_AlunoAvaliacao_658007_970" value="79046840" type="hidden">
                <input name="nr_Nota_658007_970" id="nr_Nota_658007_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_3330" id="ci_AlunoAvaliacao_658007_3330" value="79050650" type="hidden">
                <input name="nr_Nota_658007_3330" id="nr_Nota_658007_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1130" id="ci_AlunoAvaliacao_658007_1130" value="79049570" type="hidden">
                <input name="nr_Nota_658007_1130" id="nr_Nota_658007_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1140" id="ci_AlunoAvaliacao_658007_1140" value="79052921" type="hidden">
                <input name="nr_Nota_658007_1140" id="nr_Nota_658007_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1200" id="ci_AlunoAvaliacao_658007_1200" value="99817646" type="hidden">
                <input name="nr_Nota_658007_1200" id="nr_Nota_658007_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1620" id="ci_AlunoAvaliacao_658007_1620" value="79048289" type="hidden">
                <input name="nr_Nota_658007_1620" id="nr_Nota_658007_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_658007_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_658007_1730" id="ci_AlunoAvaliacao_658007_1730" value="77745691" type="hidden">
                <input name="nr_Nota_658007_1730" id="nr_Nota_658007_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;451012&nbsp;ANTONIA ANDRESSA SORAYA NASCIMENTO SOUSA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="451012" type="hidden"></td>
            
            <td id="colunaNotaAluno_451012_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_154" id="ci_AlunoAvaliacao_451012_154" value="79051693" type="hidden">
                <input name="nr_Nota_451012_154" id="nr_Nota_451012_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_160" id="ci_AlunoAvaliacao_451012_160" value="79048905" type="hidden">
                <input name="nr_Nota_451012_160" id="nr_Nota_451012_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_530" id="ci_AlunoAvaliacao_451012_530" value="79053081" type="hidden">
                <input name="nr_Nota_451012_530" id="nr_Nota_451012_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_780" id="ci_AlunoAvaliacao_451012_780" value="79323938" type="hidden">
                <input name="nr_Nota_451012_780" id="nr_Nota_451012_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_800" id="ci_AlunoAvaliacao_451012_800" value="79050073" type="hidden">
                <input name="nr_Nota_451012_800" id="nr_Nota_451012_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_890" id="ci_AlunoAvaliacao_451012_890" value="87707444" type="hidden">
                <input name="nr_Nota_451012_890" id="nr_Nota_451012_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_970" id="ci_AlunoAvaliacao_451012_970" value="79046841" type="hidden">
                <input name="nr_Nota_451012_970" id="nr_Nota_451012_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_3330" id="ci_AlunoAvaliacao_451012_3330" value="79050651" type="hidden">
                <input name="nr_Nota_451012_3330" id="nr_Nota_451012_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1130" id="ci_AlunoAvaliacao_451012_1130" value="79049571" type="hidden">
                <input name="nr_Nota_451012_1130" id="nr_Nota_451012_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1140" id="ci_AlunoAvaliacao_451012_1140" value="79052922" type="hidden">
                <input name="nr_Nota_451012_1140" id="nr_Nota_451012_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1200" id="ci_AlunoAvaliacao_451012_1200" value="99817647" type="hidden">
                <input name="nr_Nota_451012_1200" id="nr_Nota_451012_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1620" id="ci_AlunoAvaliacao_451012_1620" value="79048290" type="hidden">
                <input name="nr_Nota_451012_1620" id="nr_Nota_451012_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_451012_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_451012_1730" id="ci_AlunoAvaliacao_451012_1730" value="77745692" type="hidden">
                <input name="nr_Nota_451012_1730" id="nr_Nota_451012_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1479957&nbsp;ANTONIA INGRID RAYALE LIMA ROCHA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1479957" type="hidden"></td>
            
            <td id="colunaNotaAluno_1479957_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_154" id="ci_AlunoAvaliacao_1479957_154" value="79051694" type="hidden">
                <input name="nr_Nota_1479957_154" id="nr_Nota_1479957_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_160" id="ci_AlunoAvaliacao_1479957_160" value="79048906" type="hidden">
                <input name="nr_Nota_1479957_160" id="nr_Nota_1479957_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_530" id="ci_AlunoAvaliacao_1479957_530" value="79053082" type="hidden">
                <input name="nr_Nota_1479957_530" id="nr_Nota_1479957_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_780" id="ci_AlunoAvaliacao_1479957_780" value="79323939" type="hidden">
                <input name="nr_Nota_1479957_780" id="nr_Nota_1479957_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_800" id="ci_AlunoAvaliacao_1479957_800" value="79050074" type="hidden">
                <input name="nr_Nota_1479957_800" id="nr_Nota_1479957_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_890" id="ci_AlunoAvaliacao_1479957_890" value="87707445" type="hidden">
                <input name="nr_Nota_1479957_890" id="nr_Nota_1479957_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_970" id="ci_AlunoAvaliacao_1479957_970" value="79046842" type="hidden">
                <input name="nr_Nota_1479957_970" id="nr_Nota_1479957_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_3330" id="ci_AlunoAvaliacao_1479957_3330" value="79050652" type="hidden">
                <input name="nr_Nota_1479957_3330" id="nr_Nota_1479957_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1130" id="ci_AlunoAvaliacao_1479957_1130" value="79049572" type="hidden">
                <input name="nr_Nota_1479957_1130" id="nr_Nota_1479957_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1140" id="ci_AlunoAvaliacao_1479957_1140" value="79052923" type="hidden">
                <input name="nr_Nota_1479957_1140" id="nr_Nota_1479957_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1200" id="ci_AlunoAvaliacao_1479957_1200" value="99817648" type="hidden">
                <input name="nr_Nota_1479957_1200" id="nr_Nota_1479957_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1620" id="ci_AlunoAvaliacao_1479957_1620" value="79048291" type="hidden">
                <input name="nr_Nota_1479957_1620" id="nr_Nota_1479957_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479957_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479957_1730" id="ci_AlunoAvaliacao_1479957_1730" value="77745693" type="hidden">
                <input name="nr_Nota_1479957_1730" id="nr_Nota_1479957_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167624&nbsp;BRUNA DEODATO DA SILVA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1167624" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167624_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_154" id="ci_AlunoAvaliacao_1167624_154" value="79051695" type="hidden">
                <input name="nr_Nota_1167624_154" id="nr_Nota_1167624_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_160" id="ci_AlunoAvaliacao_1167624_160" value="79048907" type="hidden">
                <input name="nr_Nota_1167624_160" id="nr_Nota_1167624_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_530" id="ci_AlunoAvaliacao_1167624_530" value="79053083" type="hidden">
                <input name="nr_Nota_1167624_530" id="nr_Nota_1167624_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_780" id="ci_AlunoAvaliacao_1167624_780" value="79323940" type="hidden">
                <input name="nr_Nota_1167624_780" id="nr_Nota_1167624_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_800" id="ci_AlunoAvaliacao_1167624_800" value="79050075" type="hidden">
                <input name="nr_Nota_1167624_800" id="nr_Nota_1167624_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_890" id="ci_AlunoAvaliacao_1167624_890" value="87707446" type="hidden">
                <input name="nr_Nota_1167624_890" id="nr_Nota_1167624_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_970" id="ci_AlunoAvaliacao_1167624_970" value="79046843" type="hidden">
                <input name="nr_Nota_1167624_970" id="nr_Nota_1167624_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_3330" id="ci_AlunoAvaliacao_1167624_3330" value="79050653" type="hidden">
                <input name="nr_Nota_1167624_3330" id="nr_Nota_1167624_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1130" id="ci_AlunoAvaliacao_1167624_1130" value="79049573" type="hidden">
                <input name="nr_Nota_1167624_1130" id="nr_Nota_1167624_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1140" id="ci_AlunoAvaliacao_1167624_1140" value="79052924" type="hidden">
                <input name="nr_Nota_1167624_1140" id="nr_Nota_1167624_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1200" id="ci_AlunoAvaliacao_1167624_1200" value="99817649" type="hidden">
                <input name="nr_Nota_1167624_1200" id="nr_Nota_1167624_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1620" id="ci_AlunoAvaliacao_1167624_1620" value="79048292" type="hidden">
                <input name="nr_Nota_1167624_1620" id="nr_Nota_1167624_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167624_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167624_1730" id="ci_AlunoAvaliacao_1167624_1730" value="77745694" type="hidden">
                <input name="nr_Nota_1167624_1730" id="nr_Nota_1167624_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1238054&nbsp;CALOS ALEXANDRE DE SOUSA RODRIGUES
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1238054" type="hidden"></td>
            
            <td id="colunaNotaAluno_1238054_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_154" id="ci_AlunoAvaliacao_1238054_154" value="79051696" type="hidden">
                <input name="nr_Nota_1238054_154" id="nr_Nota_1238054_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_160" id="ci_AlunoAvaliacao_1238054_160" value="79048908" type="hidden">
                <input name="nr_Nota_1238054_160" id="nr_Nota_1238054_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_530" id="ci_AlunoAvaliacao_1238054_530" value="79053084" type="hidden">
                <input name="nr_Nota_1238054_530" id="nr_Nota_1238054_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_780" id="ci_AlunoAvaliacao_1238054_780" value="79323941" type="hidden">
                <input name="nr_Nota_1238054_780" id="nr_Nota_1238054_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_800" id="ci_AlunoAvaliacao_1238054_800" value="79050076" type="hidden">
                <input name="nr_Nota_1238054_800" id="nr_Nota_1238054_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_890" id="ci_AlunoAvaliacao_1238054_890" value="87707447" type="hidden">
                <input name="nr_Nota_1238054_890" id="nr_Nota_1238054_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_970" id="ci_AlunoAvaliacao_1238054_970" value="79046844" type="hidden">
                <input name="nr_Nota_1238054_970" id="nr_Nota_1238054_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_3330" id="ci_AlunoAvaliacao_1238054_3330" value="79050654" type="hidden">
                <input name="nr_Nota_1238054_3330" id="nr_Nota_1238054_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1130" id="ci_AlunoAvaliacao_1238054_1130" value="79049574" type="hidden">
                <input name="nr_Nota_1238054_1130" id="nr_Nota_1238054_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1140" id="ci_AlunoAvaliacao_1238054_1140" value="79052925" type="hidden">
                <input name="nr_Nota_1238054_1140" id="nr_Nota_1238054_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1200" id="ci_AlunoAvaliacao_1238054_1200" value="99817650" type="hidden">
                <input name="nr_Nota_1238054_1200" id="nr_Nota_1238054_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1620" id="ci_AlunoAvaliacao_1238054_1620" value="79048293" type="hidden">
                <input name="nr_Nota_1238054_1620" id="nr_Nota_1238054_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1238054_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1238054_1730" id="ci_AlunoAvaliacao_1238054_1730" value="77745695" type="hidden">
                <input name="nr_Nota_1238054_1730" id="nr_Nota_1238054_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;412557&nbsp;DARLIANY MACIEL BARROS
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="412557" type="hidden"></td>
            
            <td id="colunaNotaAluno_412557_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_154" id="ci_AlunoAvaliacao_412557_154" value="79051697" type="hidden">
                <input name="nr_Nota_412557_154" id="nr_Nota_412557_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_160" id="ci_AlunoAvaliacao_412557_160" value="79048909" type="hidden">
                <input name="nr_Nota_412557_160" id="nr_Nota_412557_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_530" id="ci_AlunoAvaliacao_412557_530" value="79053085" type="hidden">
                <input name="nr_Nota_412557_530" id="nr_Nota_412557_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_780" id="ci_AlunoAvaliacao_412557_780" value="79323942" type="hidden">
                <input name="nr_Nota_412557_780" id="nr_Nota_412557_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_800" id="ci_AlunoAvaliacao_412557_800" value="79050077" type="hidden">
                <input name="nr_Nota_412557_800" id="nr_Nota_412557_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_890" id="ci_AlunoAvaliacao_412557_890" value="87707448" type="hidden">
                <input name="nr_Nota_412557_890" id="nr_Nota_412557_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_970" id="ci_AlunoAvaliacao_412557_970" value="79046845" type="hidden">
                <input name="nr_Nota_412557_970" id="nr_Nota_412557_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_3330" id="ci_AlunoAvaliacao_412557_3330" value="79050655" type="hidden">
                <input name="nr_Nota_412557_3330" id="nr_Nota_412557_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1130" id="ci_AlunoAvaliacao_412557_1130" value="79049575" type="hidden">
                <input name="nr_Nota_412557_1130" id="nr_Nota_412557_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1140" id="ci_AlunoAvaliacao_412557_1140" value="79052926" type="hidden">
                <input name="nr_Nota_412557_1140" id="nr_Nota_412557_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1200" id="ci_AlunoAvaliacao_412557_1200" value="99817651" type="hidden">
                <input name="nr_Nota_412557_1200" id="nr_Nota_412557_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1620" id="ci_AlunoAvaliacao_412557_1620" value="79048294" type="hidden">
                <input name="nr_Nota_412557_1620" id="nr_Nota_412557_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_412557_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_412557_1730" id="ci_AlunoAvaliacao_412557_1730" value="77745696" type="hidden">
                <input name="nr_Nota_412557_1730" id="nr_Nota_412557_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;113857&nbsp;ELIVELTON DA SILVA MACEDO
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="113857" type="hidden"></td>
            
            <td id="colunaNotaAluno_113857_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_154" id="ci_AlunoAvaliacao_113857_154" value="79051698" type="hidden">
                <input name="nr_Nota_113857_154" id="nr_Nota_113857_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_160" id="ci_AlunoAvaliacao_113857_160" value="79048910" type="hidden">
                <input name="nr_Nota_113857_160" id="nr_Nota_113857_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_530" id="ci_AlunoAvaliacao_113857_530" value="79053086" type="hidden">
                <input name="nr_Nota_113857_530" id="nr_Nota_113857_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_780" id="ci_AlunoAvaliacao_113857_780" value="79323943" type="hidden">
                <input name="nr_Nota_113857_780" id="nr_Nota_113857_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_800" id="ci_AlunoAvaliacao_113857_800" value="79050078" type="hidden">
                <input name="nr_Nota_113857_800" id="nr_Nota_113857_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_890" id="ci_AlunoAvaliacao_113857_890" value="87707449" type="hidden">
                <input name="nr_Nota_113857_890" id="nr_Nota_113857_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_970" id="ci_AlunoAvaliacao_113857_970" value="79046846" type="hidden">
                <input name="nr_Nota_113857_970" id="nr_Nota_113857_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_3330" id="ci_AlunoAvaliacao_113857_3330" value="79050656" type="hidden">
                <input name="nr_Nota_113857_3330" id="nr_Nota_113857_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1130" id="ci_AlunoAvaliacao_113857_1130" value="79049576" type="hidden">
                <input name="nr_Nota_113857_1130" id="nr_Nota_113857_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1140" id="ci_AlunoAvaliacao_113857_1140" value="79052927" type="hidden">
                <input name="nr_Nota_113857_1140" id="nr_Nota_113857_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1200" id="ci_AlunoAvaliacao_113857_1200" value="99817652" type="hidden">
                <input name="nr_Nota_113857_1200" id="nr_Nota_113857_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1620" id="ci_AlunoAvaliacao_113857_1620" value="79048295" type="hidden">
                <input name="nr_Nota_113857_1620" id="nr_Nota_113857_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113857_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113857_1730" id="ci_AlunoAvaliacao_113857_1730" value="77745697" type="hidden">
                <input name="nr_Nota_113857_1730" id="nr_Nota_113857_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1069350&nbsp;ELIZABETH DA COSTA FERREIRA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1069350" type="hidden"></td>
            
            <td id="colunaNotaAluno_1069350_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_154" id="ci_AlunoAvaliacao_1069350_154" value="79051699" type="hidden">
                <input name="nr_Nota_1069350_154" id="nr_Nota_1069350_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_160" id="ci_AlunoAvaliacao_1069350_160" value="79048911" type="hidden">
                <input name="nr_Nota_1069350_160" id="nr_Nota_1069350_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_530" id="ci_AlunoAvaliacao_1069350_530" value="79053087" type="hidden">
                <input name="nr_Nota_1069350_530" id="nr_Nota_1069350_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_780" id="ci_AlunoAvaliacao_1069350_780" value="79323944" type="hidden">
                <input name="nr_Nota_1069350_780" id="nr_Nota_1069350_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_800" id="ci_AlunoAvaliacao_1069350_800" value="79050079" type="hidden">
                <input name="nr_Nota_1069350_800" id="nr_Nota_1069350_800" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_890" id="ci_AlunoAvaliacao_1069350_890" value="87707450" type="hidden">
                <input name="nr_Nota_1069350_890" id="nr_Nota_1069350_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_970" id="ci_AlunoAvaliacao_1069350_970" value="79046847" type="hidden">
                <input name="nr_Nota_1069350_970" id="nr_Nota_1069350_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_3330" id="ci_AlunoAvaliacao_1069350_3330" value="79050657" type="hidden">
                <input name="nr_Nota_1069350_3330" id="nr_Nota_1069350_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1130" id="ci_AlunoAvaliacao_1069350_1130" value="79049577" type="hidden">
                <input name="nr_Nota_1069350_1130" id="nr_Nota_1069350_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1140" id="ci_AlunoAvaliacao_1069350_1140" value="79052928" type="hidden">
                <input name="nr_Nota_1069350_1140" id="nr_Nota_1069350_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1200" id="ci_AlunoAvaliacao_1069350_1200" value="99817653" type="hidden">
                <input name="nr_Nota_1069350_1200" id="nr_Nota_1069350_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1620" id="ci_AlunoAvaliacao_1069350_1620" value="79048296" type="hidden">
                <input name="nr_Nota_1069350_1620" id="nr_Nota_1069350_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1069350_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1069350_1730" id="ci_AlunoAvaliacao_1069350_1730" value="77745698" type="hidden">
                <input name="nr_Nota_1069350_1730" id="nr_Nota_1069350_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167626&nbsp;ELOYLTON DO NASCIMENTO GOIANA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="1167626" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167626_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_154" id="ci_AlunoAvaliacao_1167626_154" value="79051700" type="hidden">
                <input name="nr_Nota_1167626_154" id="nr_Nota_1167626_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_160" id="ci_AlunoAvaliacao_1167626_160" value="79048912" type="hidden">
                <input name="nr_Nota_1167626_160" id="nr_Nota_1167626_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_530" id="ci_AlunoAvaliacao_1167626_530" value="79053088" type="hidden">
                <input name="nr_Nota_1167626_530" id="nr_Nota_1167626_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_780" id="ci_AlunoAvaliacao_1167626_780" value="79323945" type="hidden">
                <input name="nr_Nota_1167626_780" id="nr_Nota_1167626_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_800" id="ci_AlunoAvaliacao_1167626_800" value="79050080" type="hidden">
                <input name="nr_Nota_1167626_800" id="nr_Nota_1167626_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_890" id="ci_AlunoAvaliacao_1167626_890" value="87707451" type="hidden">
                <input name="nr_Nota_1167626_890" id="nr_Nota_1167626_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_970" id="ci_AlunoAvaliacao_1167626_970" value="79046848" type="hidden">
                <input name="nr_Nota_1167626_970" id="nr_Nota_1167626_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_3330" id="ci_AlunoAvaliacao_1167626_3330" value="79050658" type="hidden">
                <input name="nr_Nota_1167626_3330" id="nr_Nota_1167626_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1130" id="ci_AlunoAvaliacao_1167626_1130" value="79049578" type="hidden">
                <input name="nr_Nota_1167626_1130" id="nr_Nota_1167626_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1140" id="ci_AlunoAvaliacao_1167626_1140" value="79052929" type="hidden">
                <input name="nr_Nota_1167626_1140" id="nr_Nota_1167626_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1200" id="ci_AlunoAvaliacao_1167626_1200" value="99817654" type="hidden">
                <input name="nr_Nota_1167626_1200" id="nr_Nota_1167626_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1620" id="ci_AlunoAvaliacao_1167626_1620" value="79048297" type="hidden">
                <input name="nr_Nota_1167626_1620" id="nr_Nota_1167626_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167626_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167626_1730" id="ci_AlunoAvaliacao_1167626_1730" value="77745699" type="hidden">
                <input name="nr_Nota_1167626_1730" id="nr_Nota_1167626_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1322595&nbsp;ENOS MEDEIROS REBOUCAS
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1322595" type="hidden"></td>
            
            <td id="colunaNotaAluno_1322595_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_154" id="ci_AlunoAvaliacao_1322595_154" value="79051701" type="hidden">
                <input name="nr_Nota_1322595_154" id="nr_Nota_1322595_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_160" id="ci_AlunoAvaliacao_1322595_160" value="79048913" type="hidden">
                <input name="nr_Nota_1322595_160" id="nr_Nota_1322595_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_530" id="ci_AlunoAvaliacao_1322595_530" value="79053089" type="hidden">
                <input name="nr_Nota_1322595_530" id="nr_Nota_1322595_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_780" id="ci_AlunoAvaliacao_1322595_780" value="79323946" type="hidden">
                <input name="nr_Nota_1322595_780" id="nr_Nota_1322595_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_800" id="ci_AlunoAvaliacao_1322595_800" value="79050081" type="hidden">
                <input name="nr_Nota_1322595_800" id="nr_Nota_1322595_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_890" id="ci_AlunoAvaliacao_1322595_890" value="87707452" type="hidden">
                <input name="nr_Nota_1322595_890" id="nr_Nota_1322595_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_970" id="ci_AlunoAvaliacao_1322595_970" value="79046849" type="hidden">
                <input name="nr_Nota_1322595_970" id="nr_Nota_1322595_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_3330" id="ci_AlunoAvaliacao_1322595_3330" value="79050659" type="hidden">
                <input name="nr_Nota_1322595_3330" id="nr_Nota_1322595_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1130" id="ci_AlunoAvaliacao_1322595_1130" value="79049579" type="hidden">
                <input name="nr_Nota_1322595_1130" id="nr_Nota_1322595_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1140" id="ci_AlunoAvaliacao_1322595_1140" value="79052930" type="hidden">
                <input name="nr_Nota_1322595_1140" id="nr_Nota_1322595_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1200" id="ci_AlunoAvaliacao_1322595_1200" value="99817655" type="hidden">
                <input name="nr_Nota_1322595_1200" id="nr_Nota_1322595_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1620" id="ci_AlunoAvaliacao_1322595_1620" value="79048298" type="hidden">
                <input name="nr_Nota_1322595_1620" id="nr_Nota_1322595_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322595_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322595_1730" id="ci_AlunoAvaliacao_1322595_1730" value="77745700" type="hidden">
                <input name="nr_Nota_1322595_1730" id="nr_Nota_1322595_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1281046&nbsp;FRANCISCA VITORIA DOS SANTOS PAULO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1281046" type="hidden"></td>
            
            <td id="colunaNotaAluno_1281046_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_154" id="ci_AlunoAvaliacao_1281046_154" value="79673021" type="hidden">
                <input name="nr_Nota_1281046_154" id="nr_Nota_1281046_154" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_160" id="ci_AlunoAvaliacao_1281046_160" value="79431739" type="hidden">
                <input name="nr_Nota_1281046_160" id="nr_Nota_1281046_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_530" id="ci_AlunoAvaliacao_1281046_530" value="80478021" type="hidden">
                <input name="nr_Nota_1281046_530" id="nr_Nota_1281046_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_780" id="ci_AlunoAvaliacao_1281046_780" value="80478022" type="hidden">
                <input name="nr_Nota_1281046_780" id="nr_Nota_1281046_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_800" id="ci_AlunoAvaliacao_1281046_800" value="80478023" type="hidden">
                <input name="nr_Nota_1281046_800" id="nr_Nota_1281046_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_890" id="ci_AlunoAvaliacao_1281046_890" value="87707453" type="hidden">
                <input name="nr_Nota_1281046_890" id="nr_Nota_1281046_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_970" id="ci_AlunoAvaliacao_1281046_970" value="80478024" type="hidden">
                <input name="nr_Nota_1281046_970" id="nr_Nota_1281046_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_3330" id="ci_AlunoAvaliacao_1281046_3330" value="80478025" type="hidden">
                <input name="nr_Nota_1281046_3330" id="nr_Nota_1281046_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1130" id="ci_AlunoAvaliacao_1281046_1130" value="80478026" type="hidden">
                <input name="nr_Nota_1281046_1130" id="nr_Nota_1281046_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1140" id="ci_AlunoAvaliacao_1281046_1140" value="79672762" type="hidden">
                <input name="nr_Nota_1281046_1140" id="nr_Nota_1281046_1140" value="0,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1200" id="ci_AlunoAvaliacao_1281046_1200" value="99817656" type="hidden">
                <input name="nr_Nota_1281046_1200" id="nr_Nota_1281046_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1620" id="ci_AlunoAvaliacao_1281046_1620" value="80478027" type="hidden">
                <input name="nr_Nota_1281046_1620" id="nr_Nota_1281046_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1281046_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1281046_1730" id="ci_AlunoAvaliacao_1281046_1730" value="80478028" type="hidden">
                <input name="nr_Nota_1281046_1730" id="nr_Nota_1281046_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;814578&nbsp;IARA ROCHA ARAUJO
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="814578" type="hidden"></td>
            
            <td id="colunaNotaAluno_814578_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_154" id="ci_AlunoAvaliacao_814578_154" value="79051703" type="hidden">
                <input name="nr_Nota_814578_154" id="nr_Nota_814578_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_160" id="ci_AlunoAvaliacao_814578_160" value="79048915" type="hidden">
                <input name="nr_Nota_814578_160" id="nr_Nota_814578_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_530" id="ci_AlunoAvaliacao_814578_530" value="79053091" type="hidden">
                <input name="nr_Nota_814578_530" id="nr_Nota_814578_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_780" id="ci_AlunoAvaliacao_814578_780" value="79323948" type="hidden">
                <input name="nr_Nota_814578_780" id="nr_Nota_814578_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_800" id="ci_AlunoAvaliacao_814578_800" value="79050083" type="hidden">
                <input name="nr_Nota_814578_800" id="nr_Nota_814578_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_890" id="ci_AlunoAvaliacao_814578_890" value="87707454" type="hidden">
                <input name="nr_Nota_814578_890" id="nr_Nota_814578_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_970" id="ci_AlunoAvaliacao_814578_970" value="79046851" type="hidden">
                <input name="nr_Nota_814578_970" id="nr_Nota_814578_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_3330" id="ci_AlunoAvaliacao_814578_3330" value="79050661" type="hidden">
                <input name="nr_Nota_814578_3330" id="nr_Nota_814578_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1130" id="ci_AlunoAvaliacao_814578_1130" value="79049581" type="hidden">
                <input name="nr_Nota_814578_1130" id="nr_Nota_814578_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1140" id="ci_AlunoAvaliacao_814578_1140" value="79052932" type="hidden">
                <input name="nr_Nota_814578_1140" id="nr_Nota_814578_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1200" id="ci_AlunoAvaliacao_814578_1200" value="99817657" type="hidden">
                <input name="nr_Nota_814578_1200" id="nr_Nota_814578_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1620" id="ci_AlunoAvaliacao_814578_1620" value="79048300" type="hidden">
                <input name="nr_Nota_814578_1620" id="nr_Nota_814578_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_814578_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_814578_1730" id="ci_AlunoAvaliacao_814578_1730" value="77745702" type="hidden">
                <input name="nr_Nota_814578_1730" id="nr_Nota_814578_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;878068&nbsp;ISABELY TELES BARBOSA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="878068" type="hidden"></td>
            
            <td id="colunaNotaAluno_878068_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_154" id="ci_AlunoAvaliacao_878068_154" value="79051704" type="hidden">
                <input name="nr_Nota_878068_154" id="nr_Nota_878068_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_160" id="ci_AlunoAvaliacao_878068_160" value="79048916" type="hidden">
                <input name="nr_Nota_878068_160" id="nr_Nota_878068_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_530" id="ci_AlunoAvaliacao_878068_530" value="79053092" type="hidden">
                <input name="nr_Nota_878068_530" id="nr_Nota_878068_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_780" id="ci_AlunoAvaliacao_878068_780" value="79323949" type="hidden">
                <input name="nr_Nota_878068_780" id="nr_Nota_878068_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_800" id="ci_AlunoAvaliacao_878068_800" value="79050084" type="hidden">
                <input name="nr_Nota_878068_800" id="nr_Nota_878068_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_890" id="ci_AlunoAvaliacao_878068_890" value="87707455" type="hidden">
                <input name="nr_Nota_878068_890" id="nr_Nota_878068_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_970" id="ci_AlunoAvaliacao_878068_970" value="79046852" type="hidden">
                <input name="nr_Nota_878068_970" id="nr_Nota_878068_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_3330" id="ci_AlunoAvaliacao_878068_3330" value="79050662" type="hidden">
                <input name="nr_Nota_878068_3330" id="nr_Nota_878068_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1130" id="ci_AlunoAvaliacao_878068_1130" value="79049582" type="hidden">
                <input name="nr_Nota_878068_1130" id="nr_Nota_878068_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1140" id="ci_AlunoAvaliacao_878068_1140" value="79052933" type="hidden">
                <input name="nr_Nota_878068_1140" id="nr_Nota_878068_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1200" id="ci_AlunoAvaliacao_878068_1200" value="99817658" type="hidden">
                <input name="nr_Nota_878068_1200" id="nr_Nota_878068_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1620" id="ci_AlunoAvaliacao_878068_1620" value="79048301" type="hidden">
                <input name="nr_Nota_878068_1620" id="nr_Nota_878068_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_878068_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_878068_1730" id="ci_AlunoAvaliacao_878068_1730" value="77745703" type="hidden">
                <input name="nr_Nota_878068_1730" id="nr_Nota_878068_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;904765&nbsp;JESSICA DE SOUZA REIS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="904765" type="hidden"></td>
            
            <td id="colunaNotaAluno_904765_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_154" id="ci_AlunoAvaliacao_904765_154" value="79051705" type="hidden">
                <input name="nr_Nota_904765_154" id="nr_Nota_904765_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_160" id="ci_AlunoAvaliacao_904765_160" value="79048917" type="hidden">
                <input name="nr_Nota_904765_160" id="nr_Nota_904765_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_530" id="ci_AlunoAvaliacao_904765_530" value="79053093" type="hidden">
                <input name="nr_Nota_904765_530" id="nr_Nota_904765_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_780" id="ci_AlunoAvaliacao_904765_780" value="79323950" type="hidden">
                <input name="nr_Nota_904765_780" id="nr_Nota_904765_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_800" id="ci_AlunoAvaliacao_904765_800" value="79050085" type="hidden">
                <input name="nr_Nota_904765_800" id="nr_Nota_904765_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_890" id="ci_AlunoAvaliacao_904765_890" value="87707458" type="hidden">
                <input name="nr_Nota_904765_890" id="nr_Nota_904765_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_970" id="ci_AlunoAvaliacao_904765_970" value="79046853" type="hidden">
                <input name="nr_Nota_904765_970" id="nr_Nota_904765_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_3330" id="ci_AlunoAvaliacao_904765_3330" value="79050663" type="hidden">
                <input name="nr_Nota_904765_3330" id="nr_Nota_904765_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1130" id="ci_AlunoAvaliacao_904765_1130" value="79049583" type="hidden">
                <input name="nr_Nota_904765_1130" id="nr_Nota_904765_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1140" id="ci_AlunoAvaliacao_904765_1140" value="79052934" type="hidden">
                <input name="nr_Nota_904765_1140" id="nr_Nota_904765_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1200" id="ci_AlunoAvaliacao_904765_1200" value="99817659" type="hidden">
                <input name="nr_Nota_904765_1200" id="nr_Nota_904765_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1620" id="ci_AlunoAvaliacao_904765_1620" value="79048302" type="hidden">
                <input name="nr_Nota_904765_1620" id="nr_Nota_904765_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_904765_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_904765_1730" id="ci_AlunoAvaliacao_904765_1730" value="77756829" type="hidden">
                <input name="nr_Nota_904765_1730" id="nr_Nota_904765_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;935831&nbsp;JESSYCA KATIELLY ALMEIDA DE LIMA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="935831" type="hidden"></td>
            
            <td id="colunaNotaAluno_935831_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_154" id="ci_AlunoAvaliacao_935831_154" value="79051706" type="hidden">
                <input name="nr_Nota_935831_154" id="nr_Nota_935831_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_160" id="ci_AlunoAvaliacao_935831_160" value="79048918" type="hidden">
                <input name="nr_Nota_935831_160" id="nr_Nota_935831_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_530" id="ci_AlunoAvaliacao_935831_530" value="79053094" type="hidden">
                <input name="nr_Nota_935831_530" id="nr_Nota_935831_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_780" id="ci_AlunoAvaliacao_935831_780" value="79323951" type="hidden">
                <input name="nr_Nota_935831_780" id="nr_Nota_935831_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_800" id="ci_AlunoAvaliacao_935831_800" value="79050086" type="hidden">
                <input name="nr_Nota_935831_800" id="nr_Nota_935831_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_890" id="ci_AlunoAvaliacao_935831_890" value="87707460" type="hidden">
                <input name="nr_Nota_935831_890" id="nr_Nota_935831_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_970" id="ci_AlunoAvaliacao_935831_970" value="79046854" type="hidden">
                <input name="nr_Nota_935831_970" id="nr_Nota_935831_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_3330" id="ci_AlunoAvaliacao_935831_3330" value="79050664" type="hidden">
                <input name="nr_Nota_935831_3330" id="nr_Nota_935831_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1130" id="ci_AlunoAvaliacao_935831_1130" value="79049584" type="hidden">
                <input name="nr_Nota_935831_1130" id="nr_Nota_935831_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1140" id="ci_AlunoAvaliacao_935831_1140" value="79052935" type="hidden">
                <input name="nr_Nota_935831_1140" id="nr_Nota_935831_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1200" id="ci_AlunoAvaliacao_935831_1200" value="99817660" type="hidden">
                <input name="nr_Nota_935831_1200" id="nr_Nota_935831_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1620" id="ci_AlunoAvaliacao_935831_1620" value="79048303" type="hidden">
                <input name="nr_Nota_935831_1620" id="nr_Nota_935831_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_935831_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_935831_1730" id="ci_AlunoAvaliacao_935831_1730" value="77756830" type="hidden">
                <input name="nr_Nota_935831_1730" id="nr_Nota_935831_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1688028&nbsp;JESSIKA LIMA DE MELO
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1688028" type="hidden"></td>
            
            <td id="colunaNotaAluno_1688028_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_154" id="ci_AlunoAvaliacao_1688028_154" value="79051707" type="hidden">
                <input name="nr_Nota_1688028_154" id="nr_Nota_1688028_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_160" id="ci_AlunoAvaliacao_1688028_160" value="79048919" type="hidden">
                <input name="nr_Nota_1688028_160" id="nr_Nota_1688028_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_530" id="ci_AlunoAvaliacao_1688028_530" value="79053095" type="hidden">
                <input name="nr_Nota_1688028_530" id="nr_Nota_1688028_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_780" id="ci_AlunoAvaliacao_1688028_780" value="79323952" type="hidden">
                <input name="nr_Nota_1688028_780" id="nr_Nota_1688028_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_800" id="ci_AlunoAvaliacao_1688028_800" value="79050087" type="hidden">
                <input name="nr_Nota_1688028_800" id="nr_Nota_1688028_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_890" id="ci_AlunoAvaliacao_1688028_890" value="87707463" type="hidden">
                <input name="nr_Nota_1688028_890" id="nr_Nota_1688028_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_970" id="ci_AlunoAvaliacao_1688028_970" value="79046855" type="hidden">
                <input name="nr_Nota_1688028_970" id="nr_Nota_1688028_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_3330" id="ci_AlunoAvaliacao_1688028_3330" value="79050665" type="hidden">
                <input name="nr_Nota_1688028_3330" id="nr_Nota_1688028_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1130" id="ci_AlunoAvaliacao_1688028_1130" value="79049585" type="hidden">
                <input name="nr_Nota_1688028_1130" id="nr_Nota_1688028_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1140" id="ci_AlunoAvaliacao_1688028_1140" value="79052936" type="hidden">
                <input name="nr_Nota_1688028_1140" id="nr_Nota_1688028_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1200" id="ci_AlunoAvaliacao_1688028_1200" value="99817661" type="hidden">
                <input name="nr_Nota_1688028_1200" id="nr_Nota_1688028_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1620" id="ci_AlunoAvaliacao_1688028_1620" value="79048304" type="hidden">
                <input name="nr_Nota_1688028_1620" id="nr_Nota_1688028_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688028_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688028_1730" id="ci_AlunoAvaliacao_1688028_1730" value="77756831" type="hidden">
                <input name="nr_Nota_1688028_1730" id="nr_Nota_1688028_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1196121&nbsp;JOHN ANDERSON DE LIMA TEOFILO
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1196121" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196121_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_154" id="ci_AlunoAvaliacao_1196121_154" value="79051708" type="hidden">
                <input name="nr_Nota_1196121_154" id="nr_Nota_1196121_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_160" id="ci_AlunoAvaliacao_1196121_160" value="79048920" type="hidden">
                <input name="nr_Nota_1196121_160" id="nr_Nota_1196121_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_530" id="ci_AlunoAvaliacao_1196121_530" value="79053096" type="hidden">
                <input name="nr_Nota_1196121_530" id="nr_Nota_1196121_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_780" id="ci_AlunoAvaliacao_1196121_780" value="79323953" type="hidden">
                <input name="nr_Nota_1196121_780" id="nr_Nota_1196121_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_800" id="ci_AlunoAvaliacao_1196121_800" value="79050088" type="hidden">
                <input name="nr_Nota_1196121_800" id="nr_Nota_1196121_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_890" id="ci_AlunoAvaliacao_1196121_890" value="87707465" type="hidden">
                <input name="nr_Nota_1196121_890" id="nr_Nota_1196121_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_970" id="ci_AlunoAvaliacao_1196121_970" value="79046856" type="hidden">
                <input name="nr_Nota_1196121_970" id="nr_Nota_1196121_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_3330" id="ci_AlunoAvaliacao_1196121_3330" value="79050666" type="hidden">
                <input name="nr_Nota_1196121_3330" id="nr_Nota_1196121_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1130" id="ci_AlunoAvaliacao_1196121_1130" value="79049586" type="hidden">
                <input name="nr_Nota_1196121_1130" id="nr_Nota_1196121_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1140" id="ci_AlunoAvaliacao_1196121_1140" value="79052937" type="hidden">
                <input name="nr_Nota_1196121_1140" id="nr_Nota_1196121_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1200" id="ci_AlunoAvaliacao_1196121_1200" value="99817662" type="hidden">
                <input name="nr_Nota_1196121_1200" id="nr_Nota_1196121_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1620" id="ci_AlunoAvaliacao_1196121_1620" value="79048305" type="hidden">
                <input name="nr_Nota_1196121_1620" id="nr_Nota_1196121_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196121_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196121_1730" id="ci_AlunoAvaliacao_1196121_1730" value="77756832" type="hidden">
                <input name="nr_Nota_1196121_1730" id="nr_Nota_1196121_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1767800&nbsp;JONATHAN NATANALL CLARINDO DO NASCIMENTO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1767800" type="hidden"></td>
            
            <td id="colunaNotaAluno_1767800_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_154" id="ci_AlunoAvaliacao_1767800_154" value="79051709" type="hidden">
                <input name="nr_Nota_1767800_154" id="nr_Nota_1767800_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_160" id="ci_AlunoAvaliacao_1767800_160" value="79048921" type="hidden">
                <input name="nr_Nota_1767800_160" id="nr_Nota_1767800_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_530" id="ci_AlunoAvaliacao_1767800_530" value="79053097" type="hidden">
                <input name="nr_Nota_1767800_530" id="nr_Nota_1767800_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_780" id="ci_AlunoAvaliacao_1767800_780" value="79323954" type="hidden">
                <input name="nr_Nota_1767800_780" id="nr_Nota_1767800_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_800" id="ci_AlunoAvaliacao_1767800_800" value="79050089" type="hidden">
                <input name="nr_Nota_1767800_800" id="nr_Nota_1767800_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_890" id="ci_AlunoAvaliacao_1767800_890" value="87707469" type="hidden">
                <input name="nr_Nota_1767800_890" id="nr_Nota_1767800_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_970" id="ci_AlunoAvaliacao_1767800_970" value="79046857" type="hidden">
                <input name="nr_Nota_1767800_970" id="nr_Nota_1767800_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_3330" id="ci_AlunoAvaliacao_1767800_3330" value="79050667" type="hidden">
                <input name="nr_Nota_1767800_3330" id="nr_Nota_1767800_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1130" id="ci_AlunoAvaliacao_1767800_1130" value="79049587" type="hidden">
                <input name="nr_Nota_1767800_1130" id="nr_Nota_1767800_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1140" id="ci_AlunoAvaliacao_1767800_1140" value="79052938" type="hidden">
                <input name="nr_Nota_1767800_1140" id="nr_Nota_1767800_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1200" id="ci_AlunoAvaliacao_1767800_1200" value="99817663" type="hidden">
                <input name="nr_Nota_1767800_1200" id="nr_Nota_1767800_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1620" id="ci_AlunoAvaliacao_1767800_1620" value="79048306" type="hidden">
                <input name="nr_Nota_1767800_1620" id="nr_Nota_1767800_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1767800_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1767800_1730" id="ci_AlunoAvaliacao_1767800_1730" value="77756833" type="hidden">
                <input name="nr_Nota_1767800_1730" id="nr_Nota_1767800_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1449018&nbsp;LAYANA PAULA OLIVEIRA NASCIMENTO
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1449018" type="hidden"></td>
            
            <td id="colunaNotaAluno_1449018_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_154" id="ci_AlunoAvaliacao_1449018_154" value="79051710" type="hidden">
                <input name="nr_Nota_1449018_154" id="nr_Nota_1449018_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_160" id="ci_AlunoAvaliacao_1449018_160" value="79048922" type="hidden">
                <input name="nr_Nota_1449018_160" id="nr_Nota_1449018_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_530" id="ci_AlunoAvaliacao_1449018_530" value="79053098" type="hidden">
                <input name="nr_Nota_1449018_530" id="nr_Nota_1449018_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_780" id="ci_AlunoAvaliacao_1449018_780" value="79323955" type="hidden">
                <input name="nr_Nota_1449018_780" id="nr_Nota_1449018_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_800" id="ci_AlunoAvaliacao_1449018_800" value="79050090" type="hidden">
                <input name="nr_Nota_1449018_800" id="nr_Nota_1449018_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_890" id="ci_AlunoAvaliacao_1449018_890" value="87707472" type="hidden">
                <input name="nr_Nota_1449018_890" id="nr_Nota_1449018_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_970" id="ci_AlunoAvaliacao_1449018_970" value="79046858" type="hidden">
                <input name="nr_Nota_1449018_970" id="nr_Nota_1449018_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_3330" id="ci_AlunoAvaliacao_1449018_3330" value="79050668" type="hidden">
                <input name="nr_Nota_1449018_3330" id="nr_Nota_1449018_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1130" id="ci_AlunoAvaliacao_1449018_1130" value="79049588" type="hidden">
                <input name="nr_Nota_1449018_1130" id="nr_Nota_1449018_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1140" id="ci_AlunoAvaliacao_1449018_1140" value="79052939" type="hidden">
                <input name="nr_Nota_1449018_1140" id="nr_Nota_1449018_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1200" id="ci_AlunoAvaliacao_1449018_1200" value="99314574" type="hidden">
                <input name="nr_Nota_1449018_1200" id="nr_Nota_1449018_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1620" id="ci_AlunoAvaliacao_1449018_1620" value="79048307" type="hidden">
                <input name="nr_Nota_1449018_1620" id="nr_Nota_1449018_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1449018_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1449018_1730" id="ci_AlunoAvaliacao_1449018_1730" value="77756834" type="hidden">
                <input name="nr_Nota_1449018_1730" id="nr_Nota_1449018_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;697517&nbsp;LEANDRO MONTEIRO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="697517" type="hidden"></td>
            
            <td id="colunaNotaAluno_697517_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_154" id="ci_AlunoAvaliacao_697517_154" value="79051711" type="hidden">
                <input name="nr_Nota_697517_154" id="nr_Nota_697517_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_160" id="ci_AlunoAvaliacao_697517_160" value="79048923" type="hidden">
                <input name="nr_Nota_697517_160" id="nr_Nota_697517_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_530" id="ci_AlunoAvaliacao_697517_530" value="79053099" type="hidden">
                <input name="nr_Nota_697517_530" id="nr_Nota_697517_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_780" id="ci_AlunoAvaliacao_697517_780" value="79323956" type="hidden">
                <input name="nr_Nota_697517_780" id="nr_Nota_697517_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_800" id="ci_AlunoAvaliacao_697517_800" value="79050091" type="hidden">
                <input name="nr_Nota_697517_800" id="nr_Nota_697517_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_890" id="ci_AlunoAvaliacao_697517_890" value="87707475" type="hidden">
                <input name="nr_Nota_697517_890" id="nr_Nota_697517_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_970" id="ci_AlunoAvaliacao_697517_970" value="79046859" type="hidden">
                <input name="nr_Nota_697517_970" id="nr_Nota_697517_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_3330" id="ci_AlunoAvaliacao_697517_3330" value="79050669" type="hidden">
                <input name="nr_Nota_697517_3330" id="nr_Nota_697517_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1130" id="ci_AlunoAvaliacao_697517_1130" value="79049589" type="hidden">
                <input name="nr_Nota_697517_1130" id="nr_Nota_697517_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1140" id="ci_AlunoAvaliacao_697517_1140" value="79052940" type="hidden">
                <input name="nr_Nota_697517_1140" id="nr_Nota_697517_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1200" id="ci_AlunoAvaliacao_697517_1200" value="99817664" type="hidden">
                <input name="nr_Nota_697517_1200" id="nr_Nota_697517_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1620" id="ci_AlunoAvaliacao_697517_1620" value="79048308" type="hidden">
                <input name="nr_Nota_697517_1620" id="nr_Nota_697517_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_697517_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_697517_1730" id="ci_AlunoAvaliacao_697517_1730" value="77756835" type="hidden">
                <input name="nr_Nota_697517_1730" id="nr_Nota_697517_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1460730&nbsp;LIVIAN SILVA DE CARVALHO
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1460730" type="hidden"></td>
            
            <td id="colunaNotaAluno_1460730_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_154" id="ci_AlunoAvaliacao_1460730_154" value="97796909" type="hidden">
                <input name="nr_Nota_1460730_154" id="nr_Nota_1460730_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_160" id="ci_AlunoAvaliacao_1460730_160" value="97796910" type="hidden">
                <input name="nr_Nota_1460730_160" id="nr_Nota_1460730_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_530" id="ci_AlunoAvaliacao_1460730_530" value="97796911" type="hidden">
                <input name="nr_Nota_1460730_530" id="nr_Nota_1460730_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_780" id="ci_AlunoAvaliacao_1460730_780" value="97796912" type="hidden">
                <input name="nr_Nota_1460730_780" id="nr_Nota_1460730_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_800" id="ci_AlunoAvaliacao_1460730_800" value="79171709" type="hidden">
                <input name="nr_Nota_1460730_800" id="nr_Nota_1460730_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_890" id="ci_AlunoAvaliacao_1460730_890" value="97796913" type="hidden">
                <input name="nr_Nota_1460730_890" id="nr_Nota_1460730_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_970" id="ci_AlunoAvaliacao_1460730_970" value="97796914" type="hidden">
                <input name="nr_Nota_1460730_970" id="nr_Nota_1460730_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_3330" id="ci_AlunoAvaliacao_1460730_3330" value="97796915" type="hidden">
                <input name="nr_Nota_1460730_3330" id="nr_Nota_1460730_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1130" id="ci_AlunoAvaliacao_1460730_1130" value="79171710" type="hidden">
                <input name="nr_Nota_1460730_1130" id="nr_Nota_1460730_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1140" id="ci_AlunoAvaliacao_1460730_1140" value="78768585" type="hidden">
                <input name="nr_Nota_1460730_1140" id="nr_Nota_1460730_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1200" id="ci_AlunoAvaliacao_1460730_1200" value="99817679" type="hidden">
                <input name="nr_Nota_1460730_1200" id="nr_Nota_1460730_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1620" id="ci_AlunoAvaliacao_1460730_1620" value="97796916" type="hidden">
                <input name="nr_Nota_1460730_1620" id="nr_Nota_1460730_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1460730_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1460730_1730" id="ci_AlunoAvaliacao_1460730_1730" value="97796917" type="hidden">
                <input name="nr_Nota_1460730_1730" id="nr_Nota_1460730_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1198021&nbsp;LUCAS CAVALCANTE DE OLIVEIRA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="1198021" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198021_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_154" id="ci_AlunoAvaliacao_1198021_154" value="79051712" type="hidden">
                <input name="nr_Nota_1198021_154" id="nr_Nota_1198021_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_160" id="ci_AlunoAvaliacao_1198021_160" value="79048924" type="hidden">
                <input name="nr_Nota_1198021_160" id="nr_Nota_1198021_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_530" id="ci_AlunoAvaliacao_1198021_530" value="79053100" type="hidden">
                <input name="nr_Nota_1198021_530" id="nr_Nota_1198021_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_780" id="ci_AlunoAvaliacao_1198021_780" value="79323957" type="hidden">
                <input name="nr_Nota_1198021_780" id="nr_Nota_1198021_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_800" id="ci_AlunoAvaliacao_1198021_800" value="79050092" type="hidden">
                <input name="nr_Nota_1198021_800" id="nr_Nota_1198021_800" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_890" id="ci_AlunoAvaliacao_1198021_890" value="87707478" type="hidden">
                <input name="nr_Nota_1198021_890" id="nr_Nota_1198021_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_970" id="ci_AlunoAvaliacao_1198021_970" value="79046860" type="hidden">
                <input name="nr_Nota_1198021_970" id="nr_Nota_1198021_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_3330" id="ci_AlunoAvaliacao_1198021_3330" value="79050670" type="hidden">
                <input name="nr_Nota_1198021_3330" id="nr_Nota_1198021_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1130" id="ci_AlunoAvaliacao_1198021_1130" value="79049590" type="hidden">
                <input name="nr_Nota_1198021_1130" id="nr_Nota_1198021_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1140" id="ci_AlunoAvaliacao_1198021_1140" value="79052941" type="hidden">
                <input name="nr_Nota_1198021_1140" id="nr_Nota_1198021_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1200" id="ci_AlunoAvaliacao_1198021_1200" value="99817665" type="hidden">
                <input name="nr_Nota_1198021_1200" id="nr_Nota_1198021_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1620" id="ci_AlunoAvaliacao_1198021_1620" value="79048309" type="hidden">
                <input name="nr_Nota_1198021_1620" id="nr_Nota_1198021_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198021_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198021_1730" id="ci_AlunoAvaliacao_1198021_1730" value="77756836" type="hidden">
                <input name="nr_Nota_1198021_1730" id="nr_Nota_1198021_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;914867&nbsp;LUIZ FELIPE SOUSA
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="914867" type="hidden"></td>
            
            <td id="colunaNotaAluno_914867_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_154" id="ci_AlunoAvaliacao_914867_154" value="79051713" type="hidden">
                <input name="nr_Nota_914867_154" id="nr_Nota_914867_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_160" id="ci_AlunoAvaliacao_914867_160" value="79048925" type="hidden">
                <input name="nr_Nota_914867_160" id="nr_Nota_914867_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_530" id="ci_AlunoAvaliacao_914867_530" value="79053101" type="hidden">
                <input name="nr_Nota_914867_530" id="nr_Nota_914867_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_780" id="ci_AlunoAvaliacao_914867_780" value="79323958" type="hidden">
                <input name="nr_Nota_914867_780" id="nr_Nota_914867_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_800" id="ci_AlunoAvaliacao_914867_800" value="79050093" type="hidden">
                <input name="nr_Nota_914867_800" id="nr_Nota_914867_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_890" id="ci_AlunoAvaliacao_914867_890" value="87707481" type="hidden">
                <input name="nr_Nota_914867_890" id="nr_Nota_914867_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_970" id="ci_AlunoAvaliacao_914867_970" value="79046861" type="hidden">
                <input name="nr_Nota_914867_970" id="nr_Nota_914867_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_3330" id="ci_AlunoAvaliacao_914867_3330" value="79050671" type="hidden">
                <input name="nr_Nota_914867_3330" id="nr_Nota_914867_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1130" id="ci_AlunoAvaliacao_914867_1130" value="79049591" type="hidden">
                <input name="nr_Nota_914867_1130" id="nr_Nota_914867_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1140" id="ci_AlunoAvaliacao_914867_1140" value="79052942" type="hidden">
                <input name="nr_Nota_914867_1140" id="nr_Nota_914867_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1200" id="ci_AlunoAvaliacao_914867_1200" value="99817666" type="hidden">
                <input name="nr_Nota_914867_1200" id="nr_Nota_914867_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1620" id="ci_AlunoAvaliacao_914867_1620" value="79048310" type="hidden">
                <input name="nr_Nota_914867_1620" id="nr_Nota_914867_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_914867_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_914867_1730" id="ci_AlunoAvaliacao_914867_1730" value="77756837" type="hidden">
                <input name="nr_Nota_914867_1730" id="nr_Nota_914867_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;302270&nbsp;MARIA JULIANA DUARTE
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="302270" type="hidden"></td>
            
            <td id="colunaNotaAluno_302270_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_154" id="ci_AlunoAvaliacao_302270_154" value="79051714" type="hidden">
                <input name="nr_Nota_302270_154" id="nr_Nota_302270_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_160" id="ci_AlunoAvaliacao_302270_160" value="79048926" type="hidden">
                <input name="nr_Nota_302270_160" id="nr_Nota_302270_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_530" id="ci_AlunoAvaliacao_302270_530" value="79053102" type="hidden">
                <input name="nr_Nota_302270_530" id="nr_Nota_302270_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_780" id="ci_AlunoAvaliacao_302270_780" value="79323959" type="hidden">
                <input name="nr_Nota_302270_780" id="nr_Nota_302270_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_800" id="ci_AlunoAvaliacao_302270_800" value="79050094" type="hidden">
                <input name="nr_Nota_302270_800" id="nr_Nota_302270_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_890" id="ci_AlunoAvaliacao_302270_890" value="87707482" type="hidden">
                <input name="nr_Nota_302270_890" id="nr_Nota_302270_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_970" id="ci_AlunoAvaliacao_302270_970" value="79046862" type="hidden">
                <input name="nr_Nota_302270_970" id="nr_Nota_302270_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_3330" id="ci_AlunoAvaliacao_302270_3330" value="79050672" type="hidden">
                <input name="nr_Nota_302270_3330" id="nr_Nota_302270_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1130" id="ci_AlunoAvaliacao_302270_1130" value="79049592" type="hidden">
                <input name="nr_Nota_302270_1130" id="nr_Nota_302270_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1140" id="ci_AlunoAvaliacao_302270_1140" value="79052943" type="hidden">
                <input name="nr_Nota_302270_1140" id="nr_Nota_302270_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1200" id="ci_AlunoAvaliacao_302270_1200" value="99817667" type="hidden">
                <input name="nr_Nota_302270_1200" id="nr_Nota_302270_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1620" id="ci_AlunoAvaliacao_302270_1620" value="79048311" type="hidden">
                <input name="nr_Nota_302270_1620" id="nr_Nota_302270_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_302270_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_302270_1730" id="ci_AlunoAvaliacao_302270_1730" value="77756838" type="hidden">
                <input name="nr_Nota_302270_1730" id="nr_Nota_302270_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;897980&nbsp;MICHAEL JONNIE LIMA SILVA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="897980" type="hidden"></td>
            
            <td id="colunaNotaAluno_897980_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_154" id="ci_AlunoAvaliacao_897980_154" value="79051715" type="hidden">
                <input name="nr_Nota_897980_154" id="nr_Nota_897980_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_160" id="ci_AlunoAvaliacao_897980_160" value="79048927" type="hidden">
                <input name="nr_Nota_897980_160" id="nr_Nota_897980_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_530" id="ci_AlunoAvaliacao_897980_530" value="79053103" type="hidden">
                <input name="nr_Nota_897980_530" id="nr_Nota_897980_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_780" id="ci_AlunoAvaliacao_897980_780" value="79323960" type="hidden">
                <input name="nr_Nota_897980_780" id="nr_Nota_897980_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_800" id="ci_AlunoAvaliacao_897980_800" value="79050095" type="hidden">
                <input name="nr_Nota_897980_800" id="nr_Nota_897980_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_890" id="ci_AlunoAvaliacao_897980_890" value="87707483" type="hidden">
                <input name="nr_Nota_897980_890" id="nr_Nota_897980_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_970" id="ci_AlunoAvaliacao_897980_970" value="79046863" type="hidden">
                <input name="nr_Nota_897980_970" id="nr_Nota_897980_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_3330" id="ci_AlunoAvaliacao_897980_3330" value="79050673" type="hidden">
                <input name="nr_Nota_897980_3330" id="nr_Nota_897980_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1130" id="ci_AlunoAvaliacao_897980_1130" value="79049593" type="hidden">
                <input name="nr_Nota_897980_1130" id="nr_Nota_897980_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1140" id="ci_AlunoAvaliacao_897980_1140" value="79052944" type="hidden">
                <input name="nr_Nota_897980_1140" id="nr_Nota_897980_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1200" id="ci_AlunoAvaliacao_897980_1200" value="99817668" type="hidden">
                <input name="nr_Nota_897980_1200" id="nr_Nota_897980_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1620" id="ci_AlunoAvaliacao_897980_1620" value="79048312" type="hidden">
                <input name="nr_Nota_897980_1620" id="nr_Nota_897980_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_897980_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_897980_1730" id="ci_AlunoAvaliacao_897980_1730" value="77756839" type="hidden">
                <input name="nr_Nota_897980_1730" id="nr_Nota_897980_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;170421&nbsp;MARCIO FRANKLIN DE MORAIS
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="170421" type="hidden"></td>
            
            <td id="colunaNotaAluno_170421_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_154" id="ci_AlunoAvaliacao_170421_154" value="79051716" type="hidden">
                <input name="nr_Nota_170421_154" id="nr_Nota_170421_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_160" id="ci_AlunoAvaliacao_170421_160" value="79048928" type="hidden">
                <input name="nr_Nota_170421_160" id="nr_Nota_170421_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_530" id="ci_AlunoAvaliacao_170421_530" value="79053104" type="hidden">
                <input name="nr_Nota_170421_530" id="nr_Nota_170421_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_780" id="ci_AlunoAvaliacao_170421_780" value="79323961" type="hidden">
                <input name="nr_Nota_170421_780" id="nr_Nota_170421_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_800" id="ci_AlunoAvaliacao_170421_800" value="79050096" type="hidden">
                <input name="nr_Nota_170421_800" id="nr_Nota_170421_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_890" id="ci_AlunoAvaliacao_170421_890" value="87707484" type="hidden">
                <input name="nr_Nota_170421_890" id="nr_Nota_170421_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_970" id="ci_AlunoAvaliacao_170421_970" value="79046864" type="hidden">
                <input name="nr_Nota_170421_970" id="nr_Nota_170421_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_3330" id="ci_AlunoAvaliacao_170421_3330" value="79050674" type="hidden">
                <input name="nr_Nota_170421_3330" id="nr_Nota_170421_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1130" id="ci_AlunoAvaliacao_170421_1130" value="79049594" type="hidden">
                <input name="nr_Nota_170421_1130" id="nr_Nota_170421_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1140" id="ci_AlunoAvaliacao_170421_1140" value="79052945" type="hidden">
                <input name="nr_Nota_170421_1140" id="nr_Nota_170421_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1200" id="ci_AlunoAvaliacao_170421_1200" value="99817669" type="hidden">
                <input name="nr_Nota_170421_1200" id="nr_Nota_170421_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1620" id="ci_AlunoAvaliacao_170421_1620" value="79048313" type="hidden">
                <input name="nr_Nota_170421_1620" id="nr_Nota_170421_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_170421_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_170421_1730" id="ci_AlunoAvaliacao_170421_1730" value="77756840" type="hidden">
                <input name="nr_Nota_170421_1730" id="nr_Nota_170421_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;961361&nbsp;NADIA DA SILVA LOURENCO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="961361" type="hidden"></td>
            
            <td id="colunaNotaAluno_961361_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_154" id="ci_AlunoAvaliacao_961361_154" value="79051717" type="hidden">
                <input name="nr_Nota_961361_154" id="nr_Nota_961361_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_160" id="ci_AlunoAvaliacao_961361_160" value="79048929" type="hidden">
                <input name="nr_Nota_961361_160" id="nr_Nota_961361_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_530" id="ci_AlunoAvaliacao_961361_530" value="79053105" type="hidden">
                <input name="nr_Nota_961361_530" id="nr_Nota_961361_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_780" id="ci_AlunoAvaliacao_961361_780" value="79323962" type="hidden">
                <input name="nr_Nota_961361_780" id="nr_Nota_961361_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_800" id="ci_AlunoAvaliacao_961361_800" value="79050097" type="hidden">
                <input name="nr_Nota_961361_800" id="nr_Nota_961361_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_890" id="ci_AlunoAvaliacao_961361_890" value="87707485" type="hidden">
                <input name="nr_Nota_961361_890" id="nr_Nota_961361_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_970" id="ci_AlunoAvaliacao_961361_970" value="79046865" type="hidden">
                <input name="nr_Nota_961361_970" id="nr_Nota_961361_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_3330" id="ci_AlunoAvaliacao_961361_3330" value="79050675" type="hidden">
                <input name="nr_Nota_961361_3330" id="nr_Nota_961361_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1130" id="ci_AlunoAvaliacao_961361_1130" value="79049595" type="hidden">
                <input name="nr_Nota_961361_1130" id="nr_Nota_961361_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1140" id="ci_AlunoAvaliacao_961361_1140" value="79052946" type="hidden">
                <input name="nr_Nota_961361_1140" id="nr_Nota_961361_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1200" id="ci_AlunoAvaliacao_961361_1200" value="99817670" type="hidden">
                <input name="nr_Nota_961361_1200" id="nr_Nota_961361_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1620" id="ci_AlunoAvaliacao_961361_1620" value="79048314" type="hidden">
                <input name="nr_Nota_961361_1620" id="nr_Nota_961361_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_961361_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_961361_1730" id="ci_AlunoAvaliacao_961361_1730" value="77757467" type="hidden">
                <input name="nr_Nota_961361_1730" id="nr_Nota_961361_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1479080&nbsp;PEDRO HENRIQUE NOBRE NORONHA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1479080" type="hidden"></td>
            
            <td id="colunaNotaAluno_1479080_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_154" id="ci_AlunoAvaliacao_1479080_154" value="79051718" type="hidden">
                <input name="nr_Nota_1479080_154" id="nr_Nota_1479080_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_160" id="ci_AlunoAvaliacao_1479080_160" value="79048930" type="hidden">
                <input name="nr_Nota_1479080_160" id="nr_Nota_1479080_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_530" id="ci_AlunoAvaliacao_1479080_530" value="79053106" type="hidden">
                <input name="nr_Nota_1479080_530" id="nr_Nota_1479080_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_780" id="ci_AlunoAvaliacao_1479080_780" value="79323963" type="hidden">
                <input name="nr_Nota_1479080_780" id="nr_Nota_1479080_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_800" id="ci_AlunoAvaliacao_1479080_800" value="79050098" type="hidden">
                <input name="nr_Nota_1479080_800" id="nr_Nota_1479080_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_890" id="ci_AlunoAvaliacao_1479080_890" value="87707486" type="hidden">
                <input name="nr_Nota_1479080_890" id="nr_Nota_1479080_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_970" id="ci_AlunoAvaliacao_1479080_970" value="79046866" type="hidden">
                <input name="nr_Nota_1479080_970" id="nr_Nota_1479080_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_3330" id="ci_AlunoAvaliacao_1479080_3330" value="79050676" type="hidden">
                <input name="nr_Nota_1479080_3330" id="nr_Nota_1479080_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1130" id="ci_AlunoAvaliacao_1479080_1130" value="79049596" type="hidden">
                <input name="nr_Nota_1479080_1130" id="nr_Nota_1479080_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1140" id="ci_AlunoAvaliacao_1479080_1140" value="79052947" type="hidden">
                <input name="nr_Nota_1479080_1140" id="nr_Nota_1479080_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1200" id="ci_AlunoAvaliacao_1479080_1200" value="99817671" type="hidden">
                <input name="nr_Nota_1479080_1200" id="nr_Nota_1479080_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1620" id="ci_AlunoAvaliacao_1479080_1620" value="79048315" type="hidden">
                <input name="nr_Nota_1479080_1620" id="nr_Nota_1479080_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1479080_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1479080_1730" id="ci_AlunoAvaliacao_1479080_1730" value="77756841" type="hidden">
                <input name="nr_Nota_1479080_1730" id="nr_Nota_1479080_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;823125&nbsp;RAILTON DE ARAUJO VIDAL
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="823125" type="hidden"></td>
            
            <td id="colunaNotaAluno_823125_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_154" id="ci_AlunoAvaliacao_823125_154" value="79051719" type="hidden">
                <input name="nr_Nota_823125_154" id="nr_Nota_823125_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_160" id="ci_AlunoAvaliacao_823125_160" value="79048931" type="hidden">
                <input name="nr_Nota_823125_160" id="nr_Nota_823125_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_530" id="ci_AlunoAvaliacao_823125_530" value="79053107" type="hidden">
                <input name="nr_Nota_823125_530" id="nr_Nota_823125_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_780" id="ci_AlunoAvaliacao_823125_780" value="79323964" type="hidden">
                <input name="nr_Nota_823125_780" id="nr_Nota_823125_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_800" id="ci_AlunoAvaliacao_823125_800" value="79050099" type="hidden">
                <input name="nr_Nota_823125_800" id="nr_Nota_823125_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_890" id="ci_AlunoAvaliacao_823125_890" value="87707487" type="hidden">
                <input name="nr_Nota_823125_890" id="nr_Nota_823125_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_970" id="ci_AlunoAvaliacao_823125_970" value="79046867" type="hidden">
                <input name="nr_Nota_823125_970" id="nr_Nota_823125_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_3330" id="ci_AlunoAvaliacao_823125_3330" value="79050677" type="hidden">
                <input name="nr_Nota_823125_3330" id="nr_Nota_823125_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1130" id="ci_AlunoAvaliacao_823125_1130" value="79049597" type="hidden">
                <input name="nr_Nota_823125_1130" id="nr_Nota_823125_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1140" id="ci_AlunoAvaliacao_823125_1140" value="79052948" type="hidden">
                <input name="nr_Nota_823125_1140" id="nr_Nota_823125_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1200" id="ci_AlunoAvaliacao_823125_1200" value="99817672" type="hidden">
                <input name="nr_Nota_823125_1200" id="nr_Nota_823125_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1620" id="ci_AlunoAvaliacao_823125_1620" value="79048316" type="hidden">
                <input name="nr_Nota_823125_1620" id="nr_Nota_823125_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_823125_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_823125_1730" id="ci_AlunoAvaliacao_823125_1730" value="77756842" type="hidden">
                <input name="nr_Nota_823125_1730" id="nr_Nota_823125_1730" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1231525&nbsp;RANNA KERCIA MELO DE ARAUJO LIMA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1231525" type="hidden"></td>
            
            <td id="colunaNotaAluno_1231525_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_154" id="ci_AlunoAvaliacao_1231525_154" value="79051720" type="hidden">
                <input name="nr_Nota_1231525_154" id="nr_Nota_1231525_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_160" id="ci_AlunoAvaliacao_1231525_160" value="79048932" type="hidden">
                <input name="nr_Nota_1231525_160" id="nr_Nota_1231525_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_530" id="ci_AlunoAvaliacao_1231525_530" value="79053108" type="hidden">
                <input name="nr_Nota_1231525_530" id="nr_Nota_1231525_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_780" id="ci_AlunoAvaliacao_1231525_780" value="79323965" type="hidden">
                <input name="nr_Nota_1231525_780" id="nr_Nota_1231525_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_800" id="ci_AlunoAvaliacao_1231525_800" value="79050100" type="hidden">
                <input name="nr_Nota_1231525_800" id="nr_Nota_1231525_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_890" id="ci_AlunoAvaliacao_1231525_890" value="87707488" type="hidden">
                <input name="nr_Nota_1231525_890" id="nr_Nota_1231525_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_970" id="ci_AlunoAvaliacao_1231525_970" value="79046868" type="hidden">
                <input name="nr_Nota_1231525_970" id="nr_Nota_1231525_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_3330" id="ci_AlunoAvaliacao_1231525_3330" value="79050678" type="hidden">
                <input name="nr_Nota_1231525_3330" id="nr_Nota_1231525_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1130" id="ci_AlunoAvaliacao_1231525_1130" value="79049598" type="hidden">
                <input name="nr_Nota_1231525_1130" id="nr_Nota_1231525_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1140" id="ci_AlunoAvaliacao_1231525_1140" value="79052949" type="hidden">
                <input name="nr_Nota_1231525_1140" id="nr_Nota_1231525_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1200" id="ci_AlunoAvaliacao_1231525_1200" value="99817673" type="hidden">
                <input name="nr_Nota_1231525_1200" id="nr_Nota_1231525_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1620" id="ci_AlunoAvaliacao_1231525_1620" value="79048317" type="hidden">
                <input name="nr_Nota_1231525_1620" id="nr_Nota_1231525_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1231525_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1231525_1730" id="ci_AlunoAvaliacao_1231525_1730" value="77756843" type="hidden">
                <input name="nr_Nota_1231525_1730" id="nr_Nota_1231525_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;484590&nbsp;SULYANE DE ALMEIDA CAVALCANTE
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="484590" type="hidden"></td>
            
            <td id="colunaNotaAluno_484590_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_154" id="ci_AlunoAvaliacao_484590_154" value="79051721" type="hidden">
                <input name="nr_Nota_484590_154" id="nr_Nota_484590_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_160" id="ci_AlunoAvaliacao_484590_160" value="79048933" type="hidden">
                <input name="nr_Nota_484590_160" id="nr_Nota_484590_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_530" id="ci_AlunoAvaliacao_484590_530" value="79053109" type="hidden">
                <input name="nr_Nota_484590_530" id="nr_Nota_484590_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_780" id="ci_AlunoAvaliacao_484590_780" value="79323966" type="hidden">
                <input name="nr_Nota_484590_780" id="nr_Nota_484590_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_800" id="ci_AlunoAvaliacao_484590_800" value="79050101" type="hidden">
                <input name="nr_Nota_484590_800" id="nr_Nota_484590_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_890" id="ci_AlunoAvaliacao_484590_890" value="87707489" type="hidden">
                <input name="nr_Nota_484590_890" id="nr_Nota_484590_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_970" id="ci_AlunoAvaliacao_484590_970" value="79046869" type="hidden">
                <input name="nr_Nota_484590_970" id="nr_Nota_484590_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_3330" id="ci_AlunoAvaliacao_484590_3330" value="79050679" type="hidden">
                <input name="nr_Nota_484590_3330" id="nr_Nota_484590_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1130" id="ci_AlunoAvaliacao_484590_1130" value="79049599" type="hidden">
                <input name="nr_Nota_484590_1130" id="nr_Nota_484590_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1140" id="ci_AlunoAvaliacao_484590_1140" value="79052950" type="hidden">
                <input name="nr_Nota_484590_1140" id="nr_Nota_484590_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1200" id="ci_AlunoAvaliacao_484590_1200" value="99817674" type="hidden">
                <input name="nr_Nota_484590_1200" id="nr_Nota_484590_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1620" id="ci_AlunoAvaliacao_484590_1620" value="79048318" type="hidden">
                <input name="nr_Nota_484590_1620" id="nr_Nota_484590_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_484590_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_484590_1730" id="ci_AlunoAvaliacao_484590_1730" value="77756844" type="hidden">
                <input name="nr_Nota_484590_1730" id="nr_Nota_484590_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;60766&nbsp;VALDILANIA VIEIRA RODRIGUES
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="60766" type="hidden"></td>
            
            <td id="colunaNotaAluno_60766_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_154" id="ci_AlunoAvaliacao_60766_154" value="79051722" type="hidden">
                <input name="nr_Nota_60766_154" id="nr_Nota_60766_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_160" id="ci_AlunoAvaliacao_60766_160" value="79048934" type="hidden">
                <input name="nr_Nota_60766_160" id="nr_Nota_60766_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_530" id="ci_AlunoAvaliacao_60766_530" value="79053110" type="hidden">
                <input name="nr_Nota_60766_530" id="nr_Nota_60766_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_780" id="ci_AlunoAvaliacao_60766_780" value="79323967" type="hidden">
                <input name="nr_Nota_60766_780" id="nr_Nota_60766_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_800" id="ci_AlunoAvaliacao_60766_800" value="79050102" type="hidden">
                <input name="nr_Nota_60766_800" id="nr_Nota_60766_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_890" id="ci_AlunoAvaliacao_60766_890" value="87707490" type="hidden">
                <input name="nr_Nota_60766_890" id="nr_Nota_60766_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_970" id="ci_AlunoAvaliacao_60766_970" value="79046870" type="hidden">
                <input name="nr_Nota_60766_970" id="nr_Nota_60766_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_3330" id="ci_AlunoAvaliacao_60766_3330" value="79050680" type="hidden">
                <input name="nr_Nota_60766_3330" id="nr_Nota_60766_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1130" id="ci_AlunoAvaliacao_60766_1130" value="79049600" type="hidden">
                <input name="nr_Nota_60766_1130" id="nr_Nota_60766_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1140" id="ci_AlunoAvaliacao_60766_1140" value="79052951" type="hidden">
                <input name="nr_Nota_60766_1140" id="nr_Nota_60766_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1200" id="ci_AlunoAvaliacao_60766_1200" value="99817675" type="hidden">
                <input name="nr_Nota_60766_1200" id="nr_Nota_60766_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1620" id="ci_AlunoAvaliacao_60766_1620" value="79048319" type="hidden">
                <input name="nr_Nota_60766_1620" id="nr_Nota_60766_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_60766_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_60766_1730" id="ci_AlunoAvaliacao_60766_1730" value="77756845" type="hidden">
                <input name="nr_Nota_60766_1730" id="nr_Nota_60766_1730" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1189959&nbsp;VINICIUS MATHEUS DE SOUA FERREIRA
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1189959" type="hidden"></td>
            
            <td id="colunaNotaAluno_1189959_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_154" id="ci_AlunoAvaliacao_1189959_154" value="79051723" type="hidden">
                <input name="nr_Nota_1189959_154" id="nr_Nota_1189959_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_160" id="ci_AlunoAvaliacao_1189959_160" value="79048935" type="hidden">
                <input name="nr_Nota_1189959_160" id="nr_Nota_1189959_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_530" id="ci_AlunoAvaliacao_1189959_530" value="79053111" type="hidden">
                <input name="nr_Nota_1189959_530" id="nr_Nota_1189959_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_780" id="ci_AlunoAvaliacao_1189959_780" value="79323968" type="hidden">
                <input name="nr_Nota_1189959_780" id="nr_Nota_1189959_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_800" id="ci_AlunoAvaliacao_1189959_800" value="79050103" type="hidden">
                <input name="nr_Nota_1189959_800" id="nr_Nota_1189959_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_890" id="ci_AlunoAvaliacao_1189959_890" value="87707491" type="hidden">
                <input name="nr_Nota_1189959_890" id="nr_Nota_1189959_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_970" id="ci_AlunoAvaliacao_1189959_970" value="79046871" type="hidden">
                <input name="nr_Nota_1189959_970" id="nr_Nota_1189959_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_3330" id="ci_AlunoAvaliacao_1189959_3330" value="79050681" type="hidden">
                <input name="nr_Nota_1189959_3330" id="nr_Nota_1189959_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1130" id="ci_AlunoAvaliacao_1189959_1130" value="79049601" type="hidden">
                <input name="nr_Nota_1189959_1130" id="nr_Nota_1189959_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1140" id="ci_AlunoAvaliacao_1189959_1140" value="79052952" type="hidden">
                <input name="nr_Nota_1189959_1140" id="nr_Nota_1189959_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1200" id="ci_AlunoAvaliacao_1189959_1200" value="99817676" type="hidden">
                <input name="nr_Nota_1189959_1200" id="nr_Nota_1189959_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1620" id="ci_AlunoAvaliacao_1189959_1620" value="79048320" type="hidden">
                <input name="nr_Nota_1189959_1620" id="nr_Nota_1189959_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189959_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189959_1730" id="ci_AlunoAvaliacao_1189959_1730" value="77756846" type="hidden">
                <input name="nr_Nota_1189959_1730" id="nr_Nota_1189959_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;193747&nbsp;VIVIANE KEZIA ALVES DAMASCENO
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="193747" type="hidden"></td>
            
            <td id="colunaNotaAluno_193747_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_154" id="ci_AlunoAvaliacao_193747_154" value="79051724" type="hidden">
                <input name="nr_Nota_193747_154" id="nr_Nota_193747_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_160" id="ci_AlunoAvaliacao_193747_160" value="79048936" type="hidden">
                <input name="nr_Nota_193747_160" id="nr_Nota_193747_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_530" id="ci_AlunoAvaliacao_193747_530" value="79053112" type="hidden">
                <input name="nr_Nota_193747_530" id="nr_Nota_193747_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_780" id="ci_AlunoAvaliacao_193747_780" value="79323969" type="hidden">
                <input name="nr_Nota_193747_780" id="nr_Nota_193747_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_800" id="ci_AlunoAvaliacao_193747_800" value="79050104" type="hidden">
                <input name="nr_Nota_193747_800" id="nr_Nota_193747_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_890" id="ci_AlunoAvaliacao_193747_890" value="87707492" type="hidden">
                <input name="nr_Nota_193747_890" id="nr_Nota_193747_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_970" id="ci_AlunoAvaliacao_193747_970" value="79046872" type="hidden">
                <input name="nr_Nota_193747_970" id="nr_Nota_193747_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_3330" id="ci_AlunoAvaliacao_193747_3330" value="79050682" type="hidden">
                <input name="nr_Nota_193747_3330" id="nr_Nota_193747_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1130" id="ci_AlunoAvaliacao_193747_1130" value="79049602" type="hidden">
                <input name="nr_Nota_193747_1130" id="nr_Nota_193747_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1140" id="ci_AlunoAvaliacao_193747_1140" value="79052953" type="hidden">
                <input name="nr_Nota_193747_1140" id="nr_Nota_193747_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1200" id="ci_AlunoAvaliacao_193747_1200" value="99817677" type="hidden">
                <input name="nr_Nota_193747_1200" id="nr_Nota_193747_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1620" id="ci_AlunoAvaliacao_193747_1620" value="79048321" type="hidden">
                <input name="nr_Nota_193747_1620" id="nr_Nota_193747_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_193747_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_193747_1730" id="ci_AlunoAvaliacao_193747_1730" value="77756847" type="hidden">
                <input name="nr_Nota_193747_1730" id="nr_Nota_193747_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202092&nbsp;WERBSON YURI SILVA LUZ
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="1202092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202092_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_154" id="ci_AlunoAvaliacao_1202092_154" value="79051725" type="hidden">
                <input name="nr_Nota_1202092_154" id="nr_Nota_1202092_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_160" id="ci_AlunoAvaliacao_1202092_160" value="79048937" type="hidden">
                <input name="nr_Nota_1202092_160" id="nr_Nota_1202092_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_530" id="ci_AlunoAvaliacao_1202092_530" value="79053113" type="hidden">
                <input name="nr_Nota_1202092_530" id="nr_Nota_1202092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_780" id="ci_AlunoAvaliacao_1202092_780" value="79323970" type="hidden">
                <input name="nr_Nota_1202092_780" id="nr_Nota_1202092_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_800" id="ci_AlunoAvaliacao_1202092_800" value="79050105" type="hidden">
                <input name="nr_Nota_1202092_800" id="nr_Nota_1202092_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_890" id="ci_AlunoAvaliacao_1202092_890" value="87707493" type="hidden">
                <input name="nr_Nota_1202092_890" id="nr_Nota_1202092_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_970" id="ci_AlunoAvaliacao_1202092_970" value="79046873" type="hidden">
                <input name="nr_Nota_1202092_970" id="nr_Nota_1202092_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_3330" id="ci_AlunoAvaliacao_1202092_3330" value="79050683" type="hidden">
                <input name="nr_Nota_1202092_3330" id="nr_Nota_1202092_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1130" id="ci_AlunoAvaliacao_1202092_1130" value="79049603" type="hidden">
                <input name="nr_Nota_1202092_1130" id="nr_Nota_1202092_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1140" id="ci_AlunoAvaliacao_1202092_1140" value="79052954" type="hidden">
                <input name="nr_Nota_1202092_1140" id="nr_Nota_1202092_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1200" id="ci_AlunoAvaliacao_1202092_1200" value="99817678" type="hidden">
                <input name="nr_Nota_1202092_1200" id="nr_Nota_1202092_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1620" id="ci_AlunoAvaliacao_1202092_1620" value="79048322" type="hidden">
                <input name="nr_Nota_1202092_1620" id="nr_Nota_1202092_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202092_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202092_1730" id="ci_AlunoAvaliacao_1202092_1730" value="77756848" type="hidden">
                <input name="nr_Nota_1202092_1730" id="nr_Nota_1202092_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;461708&nbsp;WESLEY EVARISTO MENEZES PAZ
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="461708" type="hidden"></td>
            
            <td id="colunaNotaAluno_461708_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_154" id="ci_AlunoAvaliacao_461708_154" value="79051726" type="hidden">
                <input name="nr_Nota_461708_154" id="nr_Nota_461708_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_160" id="ci_AlunoAvaliacao_461708_160" value="79048938" type="hidden">
                <input name="nr_Nota_461708_160" id="nr_Nota_461708_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_530" id="ci_AlunoAvaliacao_461708_530" value="79053114" type="hidden">
                <input name="nr_Nota_461708_530" id="nr_Nota_461708_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_780" id="ci_AlunoAvaliacao_461708_780" value="79323971" type="hidden">
                <input name="nr_Nota_461708_780" id="nr_Nota_461708_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_800" id="ci_AlunoAvaliacao_461708_800" value="79050106" type="hidden">
                <input name="nr_Nota_461708_800" id="nr_Nota_461708_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_890" id="ci_AlunoAvaliacao_461708_890" value="87707494" type="hidden">
                <input name="nr_Nota_461708_890" id="nr_Nota_461708_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_970" id="ci_AlunoAvaliacao_461708_970" value="79046874" type="hidden">
                <input name="nr_Nota_461708_970" id="nr_Nota_461708_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_3330" id="ci_AlunoAvaliacao_461708_3330" value="79050684" type="hidden">
                <input name="nr_Nota_461708_3330" id="nr_Nota_461708_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1130" id="ci_AlunoAvaliacao_461708_1130" value="79049604" type="hidden">
                <input name="nr_Nota_461708_1130" id="nr_Nota_461708_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1140" id="ci_AlunoAvaliacao_461708_1140" value="79052955" type="hidden">
                <input name="nr_Nota_461708_1140" id="nr_Nota_461708_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1200" id="ci_AlunoAvaliacao_461708_1200" value="99817680" type="hidden">
                <input name="nr_Nota_461708_1200" id="nr_Nota_461708_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1620" id="ci_AlunoAvaliacao_461708_1620" value="79048323" type="hidden">
                <input name="nr_Nota_461708_1620" id="nr_Nota_461708_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_461708_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_461708_1730" id="ci_AlunoAvaliacao_461708_1730" value="77756849" type="hidden">
                <input name="nr_Nota_461708_1730" id="nr_Nota_461708_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: none; top: 292px; left: 280px;" id="tooltip"><h3>ARTE</h3><div class="body">ANTONIA ANDRESSA SORAYA NASCIMENTO SOUSA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>